LEADTOOLS (Leadtools assembly)

AddRange Method

Show in webframe







The System.Collections.ICollection whose elements should be added to the end of the collection.
Adds the elements of an System.Collections.ICollection to the end of the collection.
Syntax
public virtual void AddRange( 
   ICollection<T> collection
)
'Declaration
 
Public Overridable Sub AddRange( _
   ByVal collection As ICollection(Of T) _
) 
'Usage
 
Dim instance As RasterCollection(Of T)
Dim collection As ICollection(Of T)
 
instance.AddRange(collection)
public virtual void AddRange( 
   ICollection<T> collection
)

            

            
 function Leadtools.RasterCollection.AddRange( 
   collection 
)
public:
virtual void AddRange( 
   ICollection<T^>^ collection
) 

Parameters

collection
The System.Collections.ICollection whose elements should be added to the end of the collection.
Remarks
The collection itself cannot be a null reference (Nothing in Visual Basic), but it can contain elements that are a null reference (Nothing).
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.